projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67a798
)
* src/xfaces.c (dump_realized_face): Fix incorrect format string.
author
Philipp Stephani
<phst@google.com>
Sat, 15 Jun 2019 17:02:25 +0000
(19:02 +0200)
committer
Philipp Stephani
<phst@google.com>
Sat, 15 Jun 2019 17:02:25 +0000
(19:02 +0200)
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index fb174ab4fac36c0b26f77c405c63a0d77ba1eaaa..012cc96470d427e3288b18e0d0b4aa3da12bd3eb 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-6418,7
+6418,7
@@
dump_realized_face (struct face *face)
fprintf (stderr, "underline: %d (%s)\n",
face->underline_p,
SDATA (Fsymbol_name (face->lface[LFACE_UNDERLINE_INDEX])));
- fprintf (stderr, "hash: " PRIuPTR "\n", face->hash);
+ fprintf (stderr, "hash:
%
" PRIuPTR "\n", face->hash);
}